*{
    margin: 0;
    padding: 0;
}
.el-dialog{
    border-radius: 16px; 
 }
 .apply-for-btn{
     width: 90%;
     height: 48px;
     text-align: center;
     background: #FF8000;
     border-radius: 4px;
 }
 .apply-for-btn1{
    width: 90%;
    height: 48px;
    text-align: center;
    background: #3F9AEB;
    border-radius: 4px;
}
@media screen and (min-width: 1200px) {
    .head-banner .el-carousel__container{
        height: 460px;
    }
    .carousel-item-box{
        position: relative;
    }
    .carousel-item-box-text{
        position: absolute;
        top:82px;
        left: 50%;
        width: 1200px;
        margin-left: -600px;
        /* height: 100%; */
        overflow: hidden;
        text-align: center;
    }
    .carousel-item-box-text-title{
        font-size: 48px;
        font-family: HarmonyOS Sans SC;
        font-weight: bold;
        color: #fff;
        line-height: 66px;
    }
    .carousel-item-box-text-body{
        font-size: 24px;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        color: #fff;
        line-height: 66px;
    }

    /* 项目背景 */
    .project-background{
        width: 100%;
        height: 822px;
    }
    .plate-core{
        width: 1200px;
        margin: 0 auto;
    }
    .project-background-title{
        height: 223px;
        width: 100%;
        text-align: center;

        font-size: 36px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #03081A;
        line-height: 223px;
    }
    .project-background-body{
        height: 482px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .project-background-left{
        width: 482px;
        height: 482px;
    }
    .project-background-right{
        width: 662px;
        height: 440px;
    }
    .project-background-left-title{
        width: 468px;
        height: 61px;
        font-size: 22px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #03081A;
        line-height: 39px;
        margin-bottom: 37px;
    }
    .project-background-left-body{
        width: 482px;
        height: 296px;
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #757A82;
        line-height: 28px;
        margin-bottom: 50px;
    }
    .project-background-left-btn{
        width: 152px;
        height: 48px;
        background: #3F9AEB;
        border-radius: 24px;
        text-align: center;
        line-height: 48px;
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        cursor: pointer;
    }

    .project-background-imgs{
        background-image: url('/static/img/customerCases/02.png');
        width: 100%;
        height: 800px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    
    .project-background-imgs-box{
        padding-top: 134px;
        padding-bottom: 134px;
        height: 532px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .project-background-imgs-box-item{
        width: 595px;
        height: 260px;
    }
    .bgc1{
        background-image: url('/static/img/customerCases/03.png');
    }
    .bgc2{
        background-image: url('/static/img/customerCases/04.png');
    }
    .bgc3{
        background-image: url('/static/img/customerCases/05.png');
    }
    .bgc4{
        background-image: url('/static/img/customerCases/06.png');
    }
    .project-background-imgs-box-item-text{
        margin-left: 40px;
        margin-top: 40px;
    }
    .project-background-imgs-box-item-text-title{
        font-size: 30px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 66px;
    }
    .project-background-imgs-box-item-text-body{
        width: 437px;
        /* height: 98px; */
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 28px;
    }

    /* 客户展示 */
    .customer-display{
        width: 100%;
        min-height: 1175px;
    }
    .customer-display-title{
        width: 100%;
        height: 203px;
        text-align: center;
        line-height: 203px;
        font-size: 36px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #03081A;
    }
    .customer-display-items{
        /* display: flex;
        flex-wrap: wrap;
        justify-content: space-between; */
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 25px;
        justify-items: center;
    }
    .customer-display-item{
        width: 384px;
        height: 428px;
        background: #FFFFFF;
        border: 1px solid #DCDCDC;
        border-radius: 8px;
        margin-bottom: 25px;
        overflow: hidden;
        cursor: pointer;
    }
    .customer-display-item-img{
        width: 100%;
        height: 220px;
    }
    .customer-display-item-img img{
        width: 100%;
        height: 100%;
    }
    .customer-display-item-icon{
        width: 72px;
        height: 72px;
        margin-left: 21px;
        margin-top: -50px;
        background-color: #FFFFFF;
        box-shadow: 0px 2px 18px 0px rgba(159,159,159,0.34);
        border-radius: 50%;
        overflow: hidden;
        z-index: 99999999;
    }
    .customer-display-item-icon img {
        width: 100%;
        height: 100%;
    }
    .customer-display-item-title{
        width: 342px;
        height: 120px;
        margin-left: 21px;
        border-bottom: 1px solid #D9D9D9;
    }
    .customer-display-item-title1{
        font-size: 20px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #03081A;
        line-height: 66px;
    }
    .customer-display-item-text{
        height: 66px;
        /* width: 271px; */
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #666666;
        line-height: 66px;
        margin-left: 21px;
    }
    .customer-display-item-title2{
        display: flex;
    }
    .customer-display-item-title2-tag{
        width: 114px;
        height: 28px;
        background: #3F9AEB;
        border-radius: 6px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 28px;
        text-align: center;
    }
    .customer-display-item-title2-tag1{
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #666666;
        line-height: 20px;
        margin-left: 11px;
        flex: 1;

        display: -webkit-box;
        -webkit-line-clamp: 2; /* 显示两行 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /* 服务价值 */
    .service-value{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .service-value-left{
        width: 50%;
        position: relative;
    }
    .service-value-left img {
        width: 100%;
        margin-bottom: -4px;
    }
    .service-value-left-text{
        width: 600px;
        position: absolute;
        top: 100px;
        left: 80px;
    }

    .service-value-left-text1{
        font-size: 30px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 66px;
    }
    .service-value-left-text2{
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 28px;
    }

    .service-value-left-text-items{
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .service-value-left-text-item{
        width: 50%;
        display: flex;
    }
    .service-value-left-text-item-left{
        font-size: 60px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 66px;
    }
    .service-value-left-text-item-right1{
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #FFFFFF;
    }
    .service-value-left-text-item-right2{
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #E6E6E6;
        margin-top: 13px;
    }

    .service-value-right{
        width: 50%;
    }
    .service-value-right img {
        width: 100%;
        margin-bottom: -4px;
    }
}

@media screen and (min-width: 751px) and (max-width: 1199px) {
    .head-banner .el-carousel__container{
        height: 460px;
    }
    .carousel-item-box{
        position: relative;
    }
    .carousel-item-box-text{
        position: absolute;
        top:82px;
        left: 50%;
        width: 100%;
        margin-left: -50%;
        overflow: hidden;
        text-align: center;
    }
    .carousel-item-box-text-title{
        font-size: 48px;
        font-family: HarmonyOS Sans SC;
        font-weight: bold;
        color: #fff;
        line-height: 66px;
    }
    .carousel-item-box-text-body{
        font-size: 24px;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        color: #fff;
        line-height: 66px;
    }

    /* 项目背景 */
    .project-background{
        width: 100%;
        /* height: 822px; */
    }
    .plate-core{
        width: 100%;
        margin: 0 auto;
    }
    .project-background-title{
        height: 223px;
        width: 100%;
        text-align: center;

        font-size: 36px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #03081A;
        line-height: 223px;
    }
    .project-background-body{
        /* height: 482px; */
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .project-background-left{
        width: 100%;
        /* height: 482px; */
    }
    .project-background-right{
        width: 100%;
        /* height: 440px; */
        text-align: center;
    }
    .project-background-left-title{
        text-align: center;
        width: 100%;
        height: 61px;
        font-size: 22px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #03081A;
        line-height: 39px;
        margin-bottom: 37px;
    }
    .project-background-left-body{
        margin: 0 auto;
        width: 96%;
        /* height: 296px; */
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #757A82;
        line-height: 28px;
        margin-bottom: 50px;
    }
    .project-background-left-btn{
        width: 152px;
        height: 48px;
        background: #3F9AEB;
        border-radius: 24px;
        text-align: center;
        line-height: 48px;
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        margin: 0 auto;
        cursor: pointer;
    }

    .project-background-imgs{
        background-image: url('/static/img/customerCases/02.png');
        width: 100%;
        /* height: 800px; */
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    
    .project-background-imgs-box{
        padding-top: 134px;
        padding-bottom: 134px;
        /* height: 532px; */
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .project-background-imgs-box-item{
        width: 595px;
        height: 260px;
        margin-bottom: 20px;
    }
    .bgc1{
        background-image: url('/static/img/customerCases/03.png');
    }
    .bgc2{
        background-image: url('/static/img/customerCases/04.png');
    }
    .bgc3{
        background-image: url('/static/img/customerCases/05.png');
    }
    .bgc4{
        background-image: url('/static/img/customerCases/06.png');
    }
    .project-background-imgs-box-item-text{
        margin-left: 40px;
        margin-top: 40px;
    }
    .project-background-imgs-box-item-text-title{
        font-size: 30px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 66px;
    }
    .project-background-imgs-box-item-text-body{
        width: 437px;
        /* height: 98px; */
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 28px;
    }

    /* 客户展示 */
    .customer-display{
        width: 100%;
        /* height: 1175px; */
    }
    .customer-display-title{
        width: 100%;
        height: 203px;
        text-align: center;
        line-height: 203px;
        font-size: 36px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #03081A;
    }
    .customer-display-items{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .customer-display-item{
        width: 384px;
        height: 428px;
        background: #FFFFFF;
        border: 1px solid #DCDCDC;
        border-radius: 8px;
        margin-bottom: 25px;
        overflow: hidden;
    }
    .customer-display-item-img{
        width: 100%;
        height: 220px;
    }
    .customer-display-item-img img{
        width: 100%;
        height: 100%;
    }
    .customer-display-item-icon{
        width: 72px;
        height: 72px;
        margin-left: 21px;
        margin-top: -50px;
        background-color: #FFFFFF;
        box-shadow: 0px 2px 18px 0px rgba(159,159,159,0.34);
        border-radius: 50%;
        overflow: hidden;
        z-index: 99999999;
    }
    .customer-display-item-icon img {
        width: 100%;
        height: 100%;
    }
    .customer-display-item-title{
        width: 342px;
        height: 120px;
        margin-left: 21px;
        border-bottom: 1px solid #D9D9D9;
    }
    .customer-display-item-title1{
        font-size: 20px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #03081A;
        line-height: 66px;
    }
    .customer-display-item-text{
        height: 66px;
        /* width: 271px; */
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #666666;
        line-height: 66px;
        margin-left: 21px;
    }
    .customer-display-item-title2{
        display: flex;
    }
    .customer-display-item-title2-tag{
        width: 114px;
        height: 28px;
        background: #3F9AEB;
        border-radius: 6px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 28px;
        text-align: center;
    }
    .customer-display-item-title2-tag1{
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #666666;
        line-height: 28px;
        margin-left: 11px;
        flex: 1;

        display: -webkit-box;
        -webkit-line-clamp: 2; /* 显示两行 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /* 服务价值 */
    .service-value{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .service-value-left{
        width: 50%;
    }
    .service-value-left img {
        width: 100%;
        margin-bottom: -4px;
    }
    .service-value-right{
        width: 50%;
    }
    .service-value-right img {
        width: 100%;
        margin-bottom: -4px;
    }

    /* 服务价值 */
    .service-value{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .service-value-left{
        width: 100%;
        position: relative;
    }
    .service-value-left img {
        width: 100%;
        margin-bottom: -4px;
    }
    .service-value-left-text{
        width: 600px;
        position: absolute;
        top: 150px;
        left: 150px;
    }

    .service-value-left-text1{
        font-size: 30px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 66px;
    }
    .service-value-left-text2{
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 28px;
    }

    .service-value-left-text-items{
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .service-value-left-text-item{
        width: 50%;
        display: flex;
    }
    .service-value-left-text-item-left{
        font-size: 60px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 66px;
    }
    .service-value-left-text-item-right1{
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #FFFFFF;
    }
    .service-value-left-text-item-right2{
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #E6E6E6;
        margin-top: 13px;
    }

    .service-value-right{
        width: 100%;
    }
    .service-value-right img {
        width: 100%;
        margin-bottom: -4px;
    }
}

@media screen and (max-width: 750px) {
    .head-banner .el-carousel__container{
        height: 460px;
    }
    .carousel-item-box{
        position: relative;
    }
    .carousel-item-box-text{
        position: absolute;
        top:50px;
        left: 53%;
        width: 97%;
        margin-left: -50%;
        /* height: 100%; */
        overflow: hidden;
        text-align: center;
    }
    .carousel-item-box-text-title{
        font-size: 32px;
        font-family: HarmonyOS Sans SC;
        font-weight: bold;
        color: #fff;
        /* line-height: 66px; */
    }
    .carousel-item-box-text-body{
        font-size: 24px;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        color: #fff;
        line-height: 66px;
    }

    /* 项目背景 */
    .project-background{
        width: 100%;
        /* height: 822px; */
    }
    .plate-core{
        width: 100%;
        margin: 0 auto;
    }
    .project-background-title{
        height: 223px;
        width: 100%;
        text-align: center;

        font-size: 36px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #03081A;
        line-height: 223px;
    }
    .project-background-body{
        /* height: 482px; */
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .project-background-left{
        width: 100%;
        /* height: 482px; */
    }
    .project-background-right{
        width: 100%;
        /* height: 440px; */
        text-align: center;
    }
    .project-background-right img{
        width: 100%;
    }
    .project-background-left-title{
        text-align: center;
        width: 100%;
        /* height: 61px; */
        font-size: 22px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #03081A;
        line-height: 39px;
        margin-bottom: 37px;
    }
    .project-background-left-body{
        margin: 0 auto;
        width: 96%;
        /* height: 296px; */
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #757A82;
        line-height: 28px;
        margin-bottom: 50px;
    }
    .project-background-left-btn{
        width: 152px;
        height: 48px;
        background: #3F9AEB;
        border-radius: 24px;
        text-align: center;
        line-height: 48px;
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        margin: 0 auto;
        cursor: pointer;
    }

    .project-background-imgs{
        background-image: url('/static/img/customerCases/02.png');
        width: 100%;
        /* height: 800px; */
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    
    .project-background-imgs-box{
        padding-top: 67px;
        padding-bottom: 67px;
        /* height: 532px; */
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .project-background-imgs-box-item{
        width: 96%;
        min-height: 260px;
        margin-bottom: 20px;
    }
    .bgc1{
        background-image: url('/static/img/customerCases/03.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .bgc2{
        background-image: url('/static/img/customerCases/04.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .bgc3{
        background-image: url('/static/img/customerCases/05.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .bgc4{
        background-image: url('/static/img/customerCases/06.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .project-background-imgs-box-item-text{
        margin-left: 20px;
        margin-top: 20px;
    }
    .project-background-imgs-box-item-text-title{
        font-size: 30px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 66px;
    }
    .project-background-imgs-box-item-text-body{
        width: 100%;
        /* height: 98px; */
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 28px;
    }

    /* 客户展示 */
    .customer-display{
        width: 100%;
        /* height: 1175px; */
    }
    .customer-display-title{
        width: 100%;
        height: 203px;
        text-align: center;
        line-height: 203px;
        font-size: 36px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #03081A;
    }
    .customer-display-items{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .customer-display-item{
        width: 96%;
        height: 428px;
        background: #FFFFFF;
        border: 1px solid #DCDCDC;
        border-radius: 8px;
        margin-bottom: 25px;
        overflow: hidden;
        cursor: pointer;
    }
    .customer-display-item-img{
        width: 100%;
        height: 220px;
    }
    .customer-display-item-img img{
        width: 100%;
        height: 100%;
    }
    .customer-display-item-icon{
        width: 72px;
        height: 72px;
        margin-left: 21px;
        margin-top: -50px;
        background-color: #FFFFFF;
        box-shadow: 0px 2px 18px 0px rgba(159,159,159,0.34);
        border-radius: 50%;
        overflow: hidden;
        z-index: 99999999;
    }
    .customer-display-item-icon img {
        width: 100%;
        height: 100%;
    }
    .customer-display-item-title{
        width: 342px;
        height: 120px;
        margin-left: 21px;
        border-bottom: 1px solid #D9D9D9;
    }
    .customer-display-item-title1{
        font-size: 20px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #03081A;
        line-height: 66px;
    }
    .customer-display-item-text{
        height: 66px;
        /* width: 271px; */
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #666666;
        line-height: 66px;
        margin-left: 21px;
    }
    .customer-display-item-title2{
        display: flex;
    }
    .customer-display-item-title2-tag{
        width: 114px;
        height: 28px;
        background: #3F9AEB;
        border-radius: 6px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 28px;
        text-align: center;
    }
    .customer-display-item-title2-tag1{
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #666666;
        line-height: 28px;
        margin-left: 11px;
        flex: 1;

        display: -webkit-box;
        -webkit-line-clamp: 2; /* 显示两行 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /* 服务价值 */
    .service-value{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .service-value-left{
        width: 100%;
    }
    .service-value-left img {
        width: 100%;
        margin-bottom: -4px;
    }
    .service-value-right{
        width: 100%;
    }
    .service-value-right img {
        width: 100%;
        margin-bottom: -4px;
    }

    /* 服务价值 */
    .service-value{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .service-value-left{
        width: 100%;
        position: relative;
    }
    .service-value-left img {
        width: 100%;
        margin-bottom: -4px;
    }
    .service-value-left-text{
        width: 90%;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .service-value-left-text1{
        font-size: 20px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #FFFFFF;
    }
    .service-value-left-text2{
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 28px;
    }

    .service-value-left-text-items{
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .service-value-left-text-item{
        width: 50%;
        display: flex;
        margin-bottom: 5px;
    }
    .service-value-left-text-item-left{
        font-size: 40px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #FFFFFF;
        /* line-height: 66px; */
    }
    .service-value-left-text-item-right1{
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #FFFFFF;
    }
    .service-value-left-text-item-right2{
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #E6E6E6;
        /* margin-top: 13px; */
    }

    .service-value-right{
        width: 100%;
    }
    .service-value-right img {
        width: 100%;
        margin-bottom: -4px;
    }
}